home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMSEARCH / TFRMSEARCH.txt
Encoding:
Text File  |  2002-05-23  |  2.2 KB  |  114 lines

  1. object frmSearch: TfrmSearch
  2.   Left = 352
  3.   Top = 239
  4.   BorderStyle = bsDialog
  5.   Caption = 'UltimateZip Search'
  6.   ClientHeight = 117
  7.   ClientWidth = 366
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 265
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = 
  26.       'UltimateZip can scan your hard drives for archive files. Please ' +
  27.       'choose a disk.'
  28.     WordWrap = True
  29.   end
  30.   object lblPath: TPathLabel
  31.     Left = 8
  32.     Top = 96
  33.     Width = 265
  34.     Height = 13
  35.     AutoSize = False
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 45
  40.     Width = 50
  41.     Height = 13
  42.     Caption = 'Scan &disk:'
  43.     FocusControl = drCombo
  44.   end
  45.   object lblFound: TLabel
  46.     Left = 8
  47.     Top = 72
  48.     Width = 3
  49.     Height = 13
  50.   end
  51.   object Button1: TButton
  52.     Left = 288
  53.     Top = 16
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 0
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 288
  64.     Top = 48
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 1
  71.   end
  72.   object rbFind: TRadioButton
  73.     Left = 40
  74.     Top = 168
  75.     Width = 201
  76.     Height = 17
  77.     Caption = '&Let me find it (not automatic)'
  78.     TabOrder = 2
  79.     Visible = False
  80.   end
  81.   object rbScanDisk: TRadioButton
  82.     Left = 40
  83.     Top = 168
  84.     Width = 81
  85.     Height = 17
  86.     Caption = 'Search &disk:'
  87.     TabOrder = 3
  88.     Visible = False
  89.   end
  90.   object drCombo: TNewDriveComboBox
  91.     Left = 80
  92.     Top = 40
  93.     Width = 193
  94.     Height = 22
  95.     TabOrder = 4
  96.     TextCase = tcUpperCase
  97.   end
  98.   object FormCenter1: TFormCenter
  99.     Center = True
  100.     Left = 296
  101.     Top = 80
  102.   end
  103.   object odOpen: TOpenDialog
  104.     Filter = 
  105.       'Blak Hole files|*.bh|Cabinet files|*.cab|GZip files|*.gz|Jar fil' +
  106.       'es|*.jar|Lha files|*.lha; *.lzh|Tar files|*.tar|Zip files|*.zip'
  107.     FilterIndex = 7
  108.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  109.     Title = 'Select Archive File'
  110.     Left = 328
  111.     Top = 120
  112.   end
  113. end
  114.